Generic Function Some-Item-P

( some-item-p < container > < predicate > )
Returns the first item in the container for which predicate
holds. Predicate should be a function of one argument for iteratable containers
and a function of two arguments for associative containers.

Method Summary (3 methods)

some-item-p < > < function > 
some-item-p < list > < function > 
some-item-p < vector > < function >